home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / fly8111-.000 / fly8111- / fly8 / shapes / wf16.vx < prev    next >
Text File  |  1979-12-31  |  1KB  |  65 lines

  1. /* f16
  2.  * contributed by Paul Thomas (paul.thomas@uk.ac.ox.eng)
  3. */
  4.  
  5. #include "shape.h"
  6.  
  7. static VERTEX vx_plane[] = {
  8.         {{0,6,0},V_MOVE},
  9.         {{-1,2,0},V_DRAW},
  10.         {{-1,-8,0},V_DRAW},
  11.         {{0,-8,1},V_DRAW},
  12.         {{1,-8,0},V_DRAW},
  13.         {{1,2,0},V_DRAW},
  14.         {{0,6,0},V_DRAW},
  15.  
  16.         {{0,6,0},V_DRAW},
  17.         {{0,2,2},V_DRAW},
  18.         {{0,0,1},V_DRAW},
  19.         {{0,-3,1},V_DRAW},
  20.         {{0,-6,2},V_DRAW},
  21.         {{0,-7,3},V_DRAW},
  22.         {{0,-9,3},V_DRAW},
  23.         {{0,-8,1},V_DRAW},
  24.         {{0,-3,1},V_DRAW},
  25.  
  26.         {{-1,2,0},V_MOVE},
  27.         {{-2,-1,0},V_DRAW},
  28.         {{-5,-3,0},V_DRAW},
  29.         {{-5,-2,0},V_MOVE},
  30.         {{-5,-4,0},V_DRAW},
  31.         {{-1,-4,0},V_DRAW},
  32.  
  33.         {{-1,-6,0},V_MOVE},
  34.         {{-3,-7,0},V_DRAW},
  35.         {{-3,-8,0},V_DRAW},
  36.         {{-1,-8,0},V_DRAW},
  37.  
  38.         {{1,-8,0},V_MOVE},
  39.         {{3,-8,0},V_DRAW},
  40.         {{3,-7,0},V_DRAW},
  41.         {{1,-6,0},V_DRAW},
  42.  
  43.         {{1,-4,0},V_MOVE},
  44.         {{5,-4,0},V_DRAW},
  45.         {{5,-2,0},V_DRAW},
  46.         {{5,-3,0},V_MOVE},
  47.         {{2,-1,0},V_DRAW},
  48.         {{1,2,0},V_DRAW},
  49.  
  50.         {{1,1,0},V_MOVE},
  51.         {{0,1,-1},V_DRAW},
  52.         {{-1,1,0},V_DRAW},
  53.         {{0,1,-1},V_MOVE},
  54.         {{0,-8,-1},V_DRAW},
  55.         {{1,-8,0},V_DRAW},
  56.         {{0,-8,-1},V_MOVE},
  57.         {{-1,-8,0},V_DRAW},
  58.  
  59.         {{1,1,0},V_MOVE},
  60.         {{0,2,2},V_DRAW},
  61.         {{-1,1,0},V_DRAW},
  62.  
  63.         {{  0,   0,   0}, V_EOF}
  64. };
  65.